home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Games / DoomAttack / Important.readme < prev    next >
Encoding:
Text File  |  1998-02-08  |  303 b   |  23 lines

  1. failat 21
  2.  
  3. if exists MustReadImportant
  4.     c/seticontype DoomAttack D
  5.     delete MustReadImportant QUIET
  6. endif
  7.  
  8. multiview >NIL: Important.txt
  9.     
  10. if $Result2 eq 205
  11.     more >NIL: Important.txt
  12.  
  13.     if $Result2 eq 205
  14.         ppmore >NIL: Important.txt
  15.         
  16.         if $Result2 eq 205
  17.             ed Important.txt
  18.         endif
  19.  
  20.     endif
  21.  
  22. endif
  23.